root [ru:t] danh từ rễ (cây) to take root ; to strike root bén rễ...
node [noud] danh từ (thực vật học) mấu, đốt, mắt (y học) cục u, bướu...
Câu ví dụ
The root node in the XML above is named . Nút gốc (root) trong file XML ở trên có tên là .
Node parent // each node has a parent except the root node Mỗi node có chính xác một parent, ngoại trừ root (không có parent)
Every node has an element parent except for the children of the root node. Mỗi node có một parent (cha/mẹ), ngoại trừ root node.
Every node has an element parent except for the children of the root node. Mỗi node có một parent (cha/mẹ), ngoại trừ root node.
In both ways we are using slash marks ( / ) to refer to Document Elements , which is the root node. đều dùng dấu slash (/) để nói đến Document Element, tức là node gốc.
Root node – The highest node in a binary tree. Root node- Nút cao nhất trong một cây nhị phân.
The root node of the tree is the snapshot that was just created and includes the creation time stamp. gốc của cây này sẽ là Snapshot vừa tạo và bao gồm cả thời điểm tạo.
/if tree is empty, create root node /Nếu cây là trống, chúng ta tạo root node
/if tree is empty, create root node /Nếu cây là trống, chúng ta tạo root node
Create child nodes for this root node and add to rootNode in the decision tree Tạo những nút con của rootNode này và thêm vào rootNode trong cây quyết định.